2025-12-22 Screen Bedienung _Anleitung _Linux
Screen Bedienung _Anleitung _Linux
- Ctrl+a c Create a new window (with shell).
- Ctrl+a " List all windows.
- ctrl+a k kill screen session
- Ctrl+a 0 Switch to window 0 (by number).
- Ctrl+a A Rename the current window.
- Ctrl+a S Split current region horizontally into two regions. *
- Ctrl+a | Split current region vertically into two regions. *
- Ctrl+a tab Switch the input focus to the next region. *
- Ctrl+a Ctrl+a Toggle between the current and previous windows *
- Ctrl+a Q Close all regions but the current one. *
- Ctrl+a X Close the current region.
Beispiel-Workflow
- Sitzung starten: screen
- Neue Sitzung erstellen: Strg+a + c
- Sitzung in den Hintergrund legen: Strg+a + d
- Sitzungen anzeigen: screen -ls (Notieren Sie die ID der Sitzung, z. B. 12345)
- Zu der Sitzung zurückkehren: screen -r 12345
ctrl a c neue session
ctrl-d sitzung schliessen